The DictManagerModel class is used to manage dict files programmatically.  Usage is fairly simple.

CreateDict		Creates a new dict file
LoadDict		Loads an existing dict file
AddWord			Adds a word to current open dict file
MergeDictFile		Merges an existing dict file with the open dict file
MergeTextFile		Merges an existing text file with the open dict file
RemoveWord		Removes a word from the dict file
LookUp			Checks if a word is in the dict file
SaveDict		Saves the currently open dict file


Typical usages should be in the following order;

create or load

modifying operations

save.


Need help? email support@keyoti.com

